﻿@charset "utf-8";
#banner{margin:0; padding:0px; width:100%; height:800px;}
.slides{margin:0px auto; width:100%; height:800px; overflow:hidden; position:relative;}
.slide-pic{margin:0px; padding:0px; width:100%; height:800px; overflow:hidden; list-style:none;}
.slide-pic a{display:inline-block; width:100%; height:800px; position:absolute; top:0;}
.slide-pic img{width:1920px; height:800px; margin:0 auto;}
.slide-pic li{display:none;}
.slide-pic li.cur{display:block;}
.slide-li{
	width: 100%;
	height: 14px;
	left: 0px;
	bottom: 20px;
	position: absolute;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.slide-li a{
	width: 45px;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	background: url(../images/bannertt.png) no-repeat right;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.slide-li a.cur{background:url(../images/bannertt.png) no-repeat left;}
.slide-li a:hover{background:url(../images/bannertt.png) no-repeat left;}
.op{display:none;}
